'Declaration
Public Function New( _ ByVal baseNodeDescriptor As UANodeDescriptor, _ ByVal pathElements As IReadOnlyList(Of String) _ )
'Usage
Dim baseNodeDescriptor As UANodeDescriptor Dim pathElements As IReadOnlyList(Of String) Dim instance As New UANamedNodePath(baseNodeDescriptor, pathElements)
public UANamedNodePath( UANodeDescriptor baseNodeDescriptor, IReadOnlyList<string> pathElements )
public: UANamedNodePath( UANodeDescriptor^ baseNodeDescriptor, IReadOnlyList<String^>^ pathElements )
Parameters
- baseNodeDescriptor
- Descriptor of the base node of the named node path.
- pathElements
- The path elements of the named node path, i.e. the names of nodes from the base node forwards.